home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch ;
- access ;
- symbols ;
- locks ;
- comment @@;
-
-
- 1.1
- date 91.12.07.03.37.11; author melling; state Exp;
- branches ;
- next ;
-
-
- desc
- @Tetris 1.1
- @
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @/*
- * Generated by the NeXT Interface Builder.
- */
-
- #import <stdlib.h>
- #import "TetApp.h"
-
- void main(int argc, char *argv[]) {
- NXApp = [TetApp new];
- [NXApp loadNibSection:"Tetris.nib" owner:NXApp];
- [NXApp run];
- [NXApp free];
- exit(0);
- }
- @
-